home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / plumber_2.swf / scripts / DefineButton2_41 / BUTTONCONDACTION on(press).as
Text File  |  2011-01-13  |  92b  |  6 lines

  1. on(press){
  2.    storage.data.level = 1;
  3.    _root.level = 1;
  4.    _root.highlight.play();
  5. }
  6.